func time.fixedZone

3 uses

	time (current package)
		zoneinfo.go#L118: 				unnamedFixedZones[hr+hoursBeforeUTC] = fixedZone("", hr*60*60)
		zoneinfo.go#L123: 	return fixedZone(name, offset)
		zoneinfo.go#L126: func fixedZone(name string, offset int) *Location {